FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / Contains Method
Value to look for.

In This Topic
    Contains Method (ValueSet<T>)
    In This Topic
    Determines whether the collection contains a specific value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As T _
    ) As Boolean
    public bool Contains( 
       T value
    )

    Parameters

    value
    Value to look for.

    Return Value

    True if the collection contains the value.
    See Also